net.pipe.read (method)

2 uses

	net (current package)
		pipe.go#L142: 	n, err := p.read(b)
		pipe.go#L149: func (p *pipe) read(b []byte) (n int, err error) {